Northwoods.GoSilverlight 1.3.5 Assembly
FindMemberNodeKeysForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindMemberNodeKeysForNode Method

nodedata
Find the list of keys of the children nodes for a node data object.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindMemberNodeKeysForNode( _
   ByVal nodedata As NodeType _
) As IEnumerable
C# 
protected virtual IEnumerable FindMemberNodeKeysForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

the list of child keys, an System.Collections.IEnumerable of NodeKey

Remarks

This is used for model discovery. This is only called if MemberNodesPath is not an empty string. This method can be overridden in case the MemberNodesPath property path is not flexible enough or fast enough to get the collection of child node keys.

Requirements

See Also

© 2012 All Rights Reserved.